From 977a3d3efd784b82114a79e72f04fe27d7294a17 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 18 Jan 2010 21:04:28 +0000 Subject: [PATCH] Move formats below names in cap table. --- gui/setup.iss | 2 +- tools/mkcapabilities.in | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/gui/setup.iss b/gui/setup.iss index 3338ebdec..eb975f77b 100755 --- a/gui/setup.iss +++ b/gui/setup.iss @@ -1,4 +1,4 @@ -; $Id: setup.iss,v 1.14 2010/01/18 20:44:24 robertl Exp $ +; $Id: setup.iss,v 1.15 2010/01/18 21:04:28 robertl Exp $ ; ; NOTE: setup.iss is generated from setup.iss.in via autoconf. ; The generated setup.iss is checked in to help keep the version numbers diff --git a/tools/mkcapabilities.in b/tools/mkcapabilities.in index 5157a2a34..9e31917b1 100755 --- a/tools/mkcapabilities.in +++ b/tools/mkcapabilities.in @@ -5,10 +5,9 @@ function getcap(type, cap, sname, lname) { if (type == "internal") return print "" - print "" lname "" + print "" lname "
" - print " " sname "" - # This is bad... + print "" sname "" for (i = 1; i <= 6; i++) { c = substr(cap, i, 1) -- 2.30.2